MinioError: ListObjectsV2 search parameter maxKeys not implemented
content-length
header in the response (e.g. during file download/open). We rely on it to display transfer progress results as well as to make certain predicaments related to encryption. In theory we could implement content-length
workaround, but it would take us little bit while.
We're going investigate first whether it is possible to enable that header. I know that Cloudflare has some logic behind the content-length
header which in some cases is provided and in some isn't... we'll have a look on it as well, however if you're going to reach out Cloudflare it is something you can ask about as well. Thanks (edited)content-length
issue on mobile and desktop clients. Web client fix will have to wait little bit longer (because we've no control of content-length
header in the browser).
Basically if: accept-encoding
HTTP request header includes gzip
Cloudflare seem to skip content-length
altogether.
We're testing couple things right now, but if things go well we'll be able to release it promptly.
Related: https://community.cloudflare.com/t/no-content-length-header-when-content-type-gzip/492964 (edited)content-length
issue on mobile and desktop clients. Web client fix will have to wait little bit longer (because we've no control of content-length
header in the browser).
Basically if: accept-encoding
HTTP request header includes gzip
Cloudflare seem to skip content-length
altogether.
We're testing couple things right now, but if things go well we'll be able to release it promptly.
Related: https://community.cloudflare.com/t/no-content-length-header-when-content-type-gzip/492964 (edited)